.nav .nav-max {
  margin: auto;
  height: 100px;
}
.nav .nav-max-left-text {
  margin-left: 40px;
}
.nav .nav-max-left-text-up {
  font-weight: bolder;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 8px;
}
.nav .nav-max-left-text-botemm {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 3px;
}
.nav .nav-max-right-text-up {
  font-weight: 700;
  font-size: 28px;
  color: #d61718;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.nav .nav-max-right-text-botemm {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 3px;
}

.navigation {
  background-color: #fff9f9;
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.navigation .nav-box {
  display: flex;
  position: relative;
}
.navigation .nav-box .nav-son {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0, 0.8);
  z-index: 9999;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}
.navigation .nav-box .nav-son a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navigation .navigation-max-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  letter-spacing: 5px;
  padding: 0 10px;
}
.navigation .navigation-max-name.active {
  background-color: #d61718;
  color: #fff;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
}
.navigation .nav-box:hover > .navigation-max-name {
  background-color: #d61718;
  color: #fff;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
}
.navigation .nav-box:hover > .nav-son {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.navigation .nav-box .nav-son a:hover {
  background-color: #fff;
  color: #232323;
}

.navbar .nav-ul li:hover {
  background-color: #d61718;
}
.navbar .nav-ul li:hover a {
  color: #fff;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 6px;
  border-radius: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  width: 30px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.declare {
  width: 100%;
  background: #d61718;
  height: 242px;
  display: flex;
  align-items: center;
  background-image: url("../images/other/pink_earth.png");
  background-repeat: no-repeat;
}
.declare .declare-up-max-left,
.declare .declare-up-max-right {
  height: 242px;
}
.declare .declare-up-max-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 70px;
}
.declare .declare-up-max-left .declare-up-max-left-top-one {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
}
.declare .declare-up-max-left .declare-up-max-left-botemm-one {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 30px 0 10px;
}
.declare .declare-up-max-left .declare-up-max-left-botemm-one span {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
}
.declare .declare-up-max-left .declare-up-max-left-botemm-two {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
}
.declare .declare-up-max-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.declare .declare-up-max-right .declare-up-max-right-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.declare .declare-up-max-right .declare-up-max-right-one .num {
  color: #fff;
  font-weight: 700;
  font-size: 84px;
  line-height: 25px;
}
.declare .declare-up-max-right .declare-up-max-right-one .date {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
}
.declare
  .declare-up-max-right
  .declare-up-max-right-one
  .declare-up-max-right-one-btm {
  margin-top: 40px;
}
.declare .declare-up-max-right .declare-up-max-right-one .desc {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

@keyframes scrollTop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -300px, 0);
  }
}
.scll {
  width: 100%;
  height: 670px;
}

.sclliner {
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.sclliner-max {
  width: 100%;
  height: 540px;
  border-radius: 5px;
  background: #fff5f5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sclliner-max-totie {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d61718;
  z-index: 100;
  padding: 30px 0;
}

.sclliner-max-ovfe {
  height: 26rem;
  overflow: hidden;
}

.sclliner-max-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  height: 215px;
  padding: 0 20px;
}
.sclliner-max-list::after {
  content: "";
  width: 50%;
}

.sclliner-max-list-left-bos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  height: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.sclliner-max-list-left-bos:hover {
  background: #fad5d3;
  border-radius: 40px;
  opacity: 1 !important;
}

.sclliner-max-list-left-bos-left {
  display: flex;
  align-items: center;
}

.sclliner-max-list-left-bos-name {
  padding-top: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d61718;
  margin-left: 13px;
}

.sclliner-max-list-left-bos-coter {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d61718;
}

.sclliner-max-list-left-bos-right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d61718;
}

#b_scroll {
  animation: 10s scrollTop linear infinite normal;
}

.viode {
  width: 100%;
  height: 100%;
  background-image: url(../images/background/bg_1.png);
  background-size: cover;
  padding-bottom: 130px;
}

.viode-totie {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
  position: relative;
}

.viode-totie-right {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 222px 0 38px;
}

.viode-totie-botem {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.viode-max {
  width: 100%;
  margin-top: 60px;
}

.viode-max-bos {
  margin-bottom: 10px;
}

.viode-max-bos-buf {
  max-width: 100%;
  max-height: 426px;
  min-height: 426px;
  border-radius: 5px;
}

.about {
  width: 100%;
  background-size: 100% 100%;
}

.cooperation {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.cooperation-img {
  max-width: 100%;
}

.cooperation-about {
  position: relative;
}
.cooperation-about .us {
  position: absolute;
  width: 40%;
  height: 70%;
  top: 9%;
  right: 6%;
  overflow: hidden;
}
.cooperation-about .us-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation-about .us-top-one {
  font-weight: 400;
  font-size: 18px;
  color: #d61718;
}
.cooperation-about .us-top-two {
  font-weight: 700;
  font-size: 48px;
  color: #232323;
}
.cooperation-about .us-top-right {
  font-weight: 400;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background: url("../images/icon/ct_1.png") no-repeat;
}
.cooperation-about .us-top-right::first-letter {
  color: #fff;
}
.cooperation-about .us-center {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  margin: 50px 0;
}
.cooperation-about .us-btm {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cooperation-about .us-btm-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cooperation-about .us-btm-item-top {
  font-weight: 700;
  font-size: 30px;
  color: #d61718;
}
.cooperation-about .us-btm-item-btm {
  font-weight: 400;
  font-size: 20px;
  color: #d61718;
}
.cooperation-about .us-line {
  width: 1px;
  height: 36px;
  background: #bbb;
}

.advantage {
  background-image: url(../images/background/bg_2.png);
  background-size: cover;
  max-width: 100%;
  padding-bottom: 100px;
}

.advantage-totie {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
}

.advantage-totie-up {
  font-weight: 400;
  font-size: 20px;
  color: #d61718;
  text-align: center;
}

.advantage-totie-botem {
  font-weight: 400;
  font-size: 48px;
  color: #232323;
  text-align: center;
}

.advantage-list {
  margin-top: 60px;
}

.advantage-list-max {
  width: 100%;
}

.advantage-list-max-left {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background: #fff;
  padding: 27px 50px;
  margin-bottom: 20px;
}

.advantage-list-max-left-up {
  display: flex;
  align-items: center;
}

.advantage-list-max-left-up-num {
  width: 42px;
  height: 45px;
  background-image: url("../images/icon/ct_1.png");
  background-size: cover;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 45px;
}

.advantage-list-max-left-up-title {
  font-weight: 700;
  font-size: 30px;
  color: #d61718;
  margin-left: 10px;
}

.advantage-list-max-left-text {
  margin-top: 10px;
  color: #565656;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.plant {
  background-image: url(../images/background/bg_3.png);
  background-size: cover;
  max-width: 100%;
}

.plant-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}

.plant-top-left {
  width: 40%;
}

.plant-top-right {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  width: 50%;
}

.plant-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 100px;
}

.plant-btm-left {
  width: 48%;
  min-height: 240px;
  background-color: #fff;
  padding: 37px 30px;
  border-radius: 5px;
}

.plant-btm-one {
  font-weight: 700;
  font-size: 36px;
  color: #d61718;
}

.plant-btm-two {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-top: 32px;
}

.case {
  padding: 100px 0;
}
.case .case-top-eng {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case .swiper-slide {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.case .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case .swiper-slide .case-slide-content {
  position: absolute;
  width: 358px;
  height: 400px;
  background: #fff;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.0509803922);
  left: 70px;
  bottom: 0;
  padding: 50px 20px 0;
  transform: translateY(400px);
  transition: all 0.4s;
}
.case .swiper-slide .case-slide-content .case-slide-content-title {
  color: #232323;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case .swiper-slide .case-slide-content .case-slide-content-text {
  color: #565656;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  margin-top: 10px;
}
.case .swiper-slide .case-slide-content .case-slide-img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#swiper_2 {
  margin-top: 60px;
}

.english {
  font-weight: 400;
  font-size: 20px;
  color: #d61718;
}

.ch-title {
  font-weight: 400;
  font-size: 48px;
  color: #232323;
}

.dynamic {
  padding: 100px 0;
  background: #f8f8f8;
}
.dynamic .dynamic-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dynamic-list {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dynamic-list::after {
  content: "";
  width: 32%;
}

.dynamic-list-item {
  width: 32%;
  min-height: 280px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.dynamic-list-item-title {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dynamic-list-item-text {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  flex: 1;
  margin: 18px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.dynamic-list-item-btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  align-items: center;
  padding-top: 20px;
}

.dynamic-list-item-btm-img-2 {
  display: none;
}

.dynamic-list-item:hover {
  background-color: #d61718;
}
.dynamic-list-item:hover .dynamic-list-item-title,
.dynamic-list-item:hover .dynamic-list-item-text,
.dynamic-list-item:hover .dynamic-list-item-btm-time {
  color: #fff;
}
.dynamic-list-item:hover .dynamic-list-item-btm-img-2 {
  display: block;
}
.dynamic-list-item:hover .dynamic-list-item-btm-img-1 {
  display: none;
}

.adverti {
  padding: 100px 0;
}

.adverti-top {
  display: flex;
  justify-content: space-between;
}

.adverti-top-left {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adverti-top-right {
  width: 24%;
  height: 252px;
  background: linear-gradient(-35deg, #d71919, #f96c20);
  border-radius: 6px;
  position: relative;
}

.adverti-top-left-max {
  width: 210px;
  height: 120px;
  background: #e54831;
  border-radius: 6px;
  position: relative;
}

.adverti-top-left-max-top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adverti-top-left-max-botemm {
  width: 210px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adverti-top-left-max-name {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

@keyframes myFirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.acntces {
  animation: myFirst 1s infinite;
  max-width: 100%;
}

.adverti-top-left-max-name-textg {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.adverti-top-left-max-botemm-max {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.adverti-top-right {
  width: 24%;
  height: 252px;
  background: linear-gradient(-35deg, #d71919, #f96c20);
  border-radius: 6px;
  position: relative;
}

.adverti-top-right-max {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adverti-top-right-botemm {
  width: 100%;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adverti-top-right-up {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.adverti-top-right-up-text {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.adverti-top-right-up-name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.adverti-botem {
  margin-top: 40px;
}

.footer {
  background-color: #2f2f2f;
  padding: 40px 0;
}

.footer-left {
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer-left-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.footer-left-center .footer-bl {
  color: #bbbbbb;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.footer-left-center .footer-phone {
  display: flex;
}
pre.footer-fl {
  display: block;
  flex-shrink: 0;
  padding: 0;
  margin-left: 5px;
  font-family: inherit;
  word-break: break-all;
  word-wrap: break-word;
  background-color: unset;
  border: none;
  border-radius: unset;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
pre.footer-fl span{
  margin-right: 10px;
}
.footer-left-center .footer-fl {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.footer-left-btm {
  font-weight: 400;
  font-size: 16px;
  color: #bbb;
}

.footer-right {
  width: 40%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background-image: url("../images/other/earth.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer-right-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.footer-right-btm .footer-right-btm-img {
  margin-left: 10px;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.footer-right-btm-boss {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  bottom: 130%;
  right: -50%;
}
.footer-right-btm-poto-boss {
  display: none;
  position: absolute;
  background-color: #fff;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  bottom: 130%;
  right: 30%;
}
.footer-right-btm-poto-boss .bos-num {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #333333;
}
.footer-right-btm-boss .bos-img {
  width: 80px;
  height: 80px;
}
.footer-right-btm-img:hover .footer-right-btm-boss,
.footer-right-btm-img:hover .footer-right-btm-poto-boss {
  display: block;
}

.bread {
  background-color: #f1f1f1;
}
.bread .breadcrumb {
  background-color: #f1f1f1;
  margin: 0;
  padding: 20px;
  display: flex;
}

.culture {
  padding: 100px 0;
}
.culture .culture-left {
  width: 42%;
}
.culture .culture-right {
  width: 55%;
}
.culture .culture-right-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture .culture-right-btm::after {
  content: "";
  width: 30%;
}
.culture .culture-right-btm-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.culture .culture-right-btm-item .item-1 {
  color: #d61718;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  line-height: 36px;
}
.culture .culture-right-btm-item .item-2 {
  color: #232323;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

.company-val {
  background-image: url("../images/about/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.company-val .val-top {
  text-align: center;
  margin-bottom: 50px;
}
.company-val .val-btm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.company-val .val-btm .val-btm-item {
  width: 47%;
  height: 70px;
  position: relative;
  text-align: center;
  line-height: 70px;
  border-radius: 35px;
  margin-bottom: 20px;
  background: #d61718;
}
.company-val .val-btm .val-btm-item .val-btm-item-item-1 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
.company-val .val-btm .val-btm-item .val-btm-item-item-2 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  color: #d61718;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  padding: 10px;
}
.company-val .val-btm .val-btm-item:nth-child(2n) .val-btm-item-item-2 {
  right: auto;
  left: 4px;
}

.import {
  background-image: url("../images/about/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.bussiness {
  padding: 100px 0;
  background-color: #fff;
}
.bussiness .bussiness-top-h1 {
  font-weight: 700;
  font-size: 36px;
  text-align: left;
  color: #d61718;
  margin-bottom: 20px;
}
.bussiness .bussiness-top-h2 {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  color: #232323;
}
.bussiness .bussiness-btm {
  margin-top: 40px;
}
.bussiness .bussiness-btm .bussiness-btm-title {
  color: #232323;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 36px;
  margin-top: 20px;
}
.bussiness .bussiness-btm .bussiness-btm-type {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 36px;
}

.case-index {
  max-width: 100%;
  position: relative;
}

.bread .case-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.bread .case-nav .case-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #232323;
  margin-left: 20px;
  padding: 20px 0;
  position: relative;
}
.bread .case-nav .case-nav-item.active {
  color: #d61718;
}
.breadcrumb > .active {
  color: #777;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bread .case-nav .case-nav-item:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #d61718;
  border-radius: 2px;
  left: 0;
  bottom: 0;
  transform: scalex(0);
  transition: 0.3s;
  -webkit-transform: scalex(0);
  -moz-transform: scalex(0);
  -ms-transform: scalex(0);
  -o-transform: scalex(0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.bread .case-nav .case-nav-item:hover {
  color: #d61718;
}
.bread .case-nav .case-nav-item:hover::before {
  transform: scalex(1);
}

.case-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.case-box .case-title {
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  color: #d61718;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.case-box .case-text {
  color: #d61718;
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin: 20px 0;
  line-height: 72px;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.case-box .case-text > span {
  font-size: 60px;
}

.case-content {
  padding: 100px 0;
  background-color: #fff;
}

.case-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-top .case-top-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  margin-bottom: 70px;
}
.case-top .case-top-item .case-top-item-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.case-top .case-top-item .case-top-item-center-title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #232323;
}
.case-top .case-top-item .red-rh {
  display: none;
}
.case-top .case-top-item .case-top-item-img {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.case-top .case-top-item .case-top-item-img img {
  transition: all 0.3s;
}
.case-top .case-top-item:hover {
  cursor: pointer;
}
.case-top .case-top-item:hover img {
  transform: scale(1.1);
}
.case-top .case-top-item:hover .case-top-item-center-title {
  color: #d61718;
}
.case-top .case-top-item:hover .red-rh {
  display: block;
}
.case-top .case-top-item:hover .black-rh {
  display: none;
}
.case-top .case-top-item-btm {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 36px;
}

.case-btm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.case-btm .pagination > li > a {
  border: none;
  margin: 0 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.dynamic-swiper {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 380px;
}
.dynamic-swiper .swiper {
  width: 45%;
}
.dynamic-swiper .news-dynamic-context {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.dynamic-swiper .news-dynamic-context .news-date {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #d61718;
}
.dynamic-swiper .news-dynamic-context .news-title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic-swiper .news-dynamic-context .news-content {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dynamic-swiper .news-dynamic-context .news-cats {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dynamic-swiper .news-dynamic-context .news-cats .news-cats-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: #d61718;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.dynamic-swiper .news-dynamic-context .news-cats > span {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #d61718;
}

.team-content {
  padding: 100px 0;
}
.team-content .team-content-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-content .team-content-list::after {
  content: "";
  width: 32%;
}
.team-content .team-content-item {
  width: 32%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-content .team-content-item .team-content-item-img {
  overflow: hidden;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.team-content .team-content-item .team-content-item-img img {
  width: auto;
  max-height: 100%;
  transition: all 0.3s;
}
.team-content .team-content-item:hover .team-content-item-img img {
  transform: scale(1.1);
}
.team-content .team-content-item .team-content-item-title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.concant-content {
  padding: 100px 0;
}
.concant-content .concant-top {
  width: 100%;
  height: 400px;
}
.concant-content .concant-top #map label {
  max-width: none;
}
.concant-content .contact-wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concant-content .contact-wrapper .form-box {
  padding: 13px 0 40px;
  width: 48%;
  font-size: 20px;
  color: #d61718;
  font-weight: 700;
}
.concant-content .contact-wrapper .form-box h3 {
  margin: 15px 0 30px;
  font-size: 45px;
  color: #d61718;
  font-weight: 700;
}
.concant-content .contact-wrapper .form-box > p {
  color: #232323;
}
.concant-content .contact-wrapper .form-box .form-wrapper {
  margin-top: 40px;
}
.concant-content .contact-wrapper .form-box .form-wrapper .form-item {
  margin-bottom: 48px;
  font-size: 18px;
  color: #666;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.concant-content .contact-wrapper .form-box .form-wrapper .form-item input {
  width: 100%;
}
.concant-content .contact-wrapper .form-box .form-wrapper .form-item textarea {
  height: 120px;
  outline: none;
  border: none;
  width: 100%;
}
.concant-content .contact-wrapper .form-box .form-wrapper button {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  width: 250px;
  height: 60px;
  background-color: #d61718;
}
.concant-content .contact-wrapper .contact-box {
  width: 46.5%;
  padding: 108px 60px 0;
  border-radius: 5px;
  background-color: #d61718;
}
.concant-content .contact-wrapper .contact-box h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.concant-content .contact-wrapper .contact-box > p {
  margin: 20px 0 70px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.concant-content .contact-wrapper .contact-box .contact-list .contact-item {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.concant-content
  .contact-wrapper
  .contact-box
  .contact-list
  .contact-item
  .icon-wrap {
  min-width: 58px;
}
.concant-content
  .contact-wrapper
  .contact-box
  .contact-list
  .contact-item
  .contact-info {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
}
.concant-content
  .contact-wrapper
  .contact-box
  .contact-list
  .contact-item
  .contact-info
  .tit {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.concant-content
  .contact-wrapper
  .contact-box
  .contact-list
  .contact-item
  .contact-info
  p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.news-detail {
  padding: 100px 0;
  background-color: #fff;
}

.news-detail-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-detail-left .news-detail-left-top {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.news-detail-left .news-detail-left-top h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #232323;
}
.news-detail-left .news-detail-left-top p {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #d61718;
}
.news-detail-left .news-detail-left-cen {
  flex: 1;
  padding: 20px 0;
}
.news-detail-left .news-detail-left-cen p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
}
.news-detail-left .news-detail-left-btm {
  padding: 24px 0;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-left-btm .news-detail-left-btm-ll {
  width: 50%;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news-detail-left-btm .news-detail-left-btm-ll span {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.news-detail-left-btm .news-detail-left-btm-ll .btm-ll-img {
  flex-shrink: 0;
}
.news-detail-left-btm .news-detail-left-btm-rr .btm-rr-img {
  flex-shrink: 0;
}
.news-detail-left-btm .news-detail-left-btm-ll:hover {
  background: #d61718;
}
.news-detail-left-btm .news-detail-left-btm-ll:hover span {
  color: #ffffff;
}
.news-detail-left-btm .news-detail-left-btm-rr {
  width: 50%;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.news-detail-left-btm .news-detail-left-btm-rr span {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.news-detail-left-btm .news-detail-left-btm-rr:hover {
  background: #d61718;
}
.news-detail-left-btm .news-detail-left-btm-rr:hover span {
  color: #ffffff;
}

.news-detail-right {
  padding: 30px;
  border: 1px solid #ccc;
}
.news-detail-right .news-detail-right-top-title {
  display: flex;
  align-items: center;
}
.news-detail-right .news-detail-right-top-title span {
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  color: #333333;
  margin-left: 10px;
}
.news-detail-right .news-detail-right-top {
  border-bottom: 1px solid #ccc;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search form {
  margin: 20px 0;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search input {
  width: 300px;
  height: 56px;
  background: #f5f5f5;
  padding: 0 10px;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search button {
  width: 56px;
  height: 56px;
  background: #d61718;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news-detail-right .news-detail-right-btm {
  padding: 20px 0;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list .item {
  width: 240px;
}
.news-detail-right
  .news-detail-right-btm
  .news-detail-right-btm-list
  .item
  .item-title {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 10px;
}
.news-detail-right
  .news-detail-right-btm
  .news-detail-right-btm-list
  .item
  .item-date {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #666;
}

.case-detail {
  padding-bottom: 100px;
}

.case-detail-top #swiper_4 {
  width: 100%;
}
.case-detail-top #swiper_4 .swiper-button-prev,
.case-detail-top #swiper_4 .swiper-button-next {
  color: #d61718;
}
.case-detail-top .case-detail-top-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-detail-top .case-detail-top-list .case-detail-top-list-item {
  width: 31%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.case-detail-top .case-detail-top-list .case-detail-item-title {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #787878;
}
.case-detail-top .case-detail-top-list .case-detail-item-time {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin: 10px 0;
  color: #232323;
}

.case-description {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 80px 0;
}
.case-description .case-desc-top .case-desc-top-title {
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  color: #232323;
}
.case-description .case-desc-top .case-desc-top-end {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  color: #565656;
  margin: 20px 0;
}
.case-description .case-desc-top .case-desc-top-line {
  width: 20px;
  height: 4px;
  background: #787878;
}
.case-description .case-desc-cen {
  color: #565656;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  line-height: 36px;
  padding: 40px 0;
}
.case-description .case-desc-btm {
  width: 100%;
}

.case-detail-btm {
  padding: 24px 0;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-detail-btm .case-detail-btm-ll {
  width: 404px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.case-detail-btm .case-detail-btm-ll span {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.case-detail-btm .case-detail-btm-ll .btm-ll-img {
  flex-shrink: 0;
}
.case-detail-btm .case-detail-btm-rr .btm-rr-img {
  flex-shrink: 0;
}
.case-detail-btm .case-detail-btm-ll:hover {
  background: #d61718;
}
.case-detail-btm .case-detail-btm-ll:hover span {
  color: #ffffff;
}
.case-detail-btm .case-detail-btm-rr {
  width: 404px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.case-detail-btm .case-detail-btm-rr span {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.case-detail-btm .case-detail-btm-rr:hover {
  background: #d61718;
}
.case-detail-btm .case-detail-btm-rr:hover span {
  color: #ffffff;
}

@media (max-width: 768px) {
  .scll {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .sclliner-max-ovfe {
    height: 18rem;
  }
  .sclliner-max-list-left-bos {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .cooperation-about .us-center {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1520px) {
  .cooperation-about .us-center {
    line-height: 26px;
  }
}
@media screen and (max-width: 1300px) {
  .cooperation-about .us-top-two {
    font-size: 24px;
  }
  .cooperation-about .us-btm-item-top {
    font-size: 15px;
  }
  .cooperation-about .us-btm-item-btm {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .dynamic-list-item {
    width: 46%;
  }
}
@media (max-width: 756px) {
  .dynamic-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .contact-wrapper .form-box {
    width: 30%;
  }
  .contact-wrapper .contact-box {
    width: 60%;
  }
} /*# sourceMappingURL=index.css.map */
